.pagination>li:first-child>a, .pagination>li:first-child>span{
	border-radius: 0 !important;
}

table tbody tr td.centered-td{
	text-align: center;
}

#icon_service, .chosen-results .active-result, .chosen-single span {
    font-family: 'FontAwesome', 'sans-serif';
}

.table-all-width{
	width: 100% !important;
}

#loding{
	position: fixed;
	width: 100%;
	height: 100%;
	background:#fff;
	z-index: 9999;
	display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.loader-admin {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


.chosen-results .no-results:hover{
    cursor: pointer;
}

.bootstrap-tagsinput{
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}
.chosen-single.chosen-default{
    border-radius: 0;
    border-color: #d2d6de;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 34px;
}
div[data-notify="container"]{
  z-index: 99999 !important;
}
.perso-notif{
  background-color: #2076B9;
  color: #fff;
}

/*.bottom-bar{*/
/*  margin-bottom: 100px;*/
/*}*/

.margetop{
  margin-top: 10px;
}

.color-chose li a{
  color: #fff;
}

.featured-img.font-awsome{
  text-align: center;
  vertical-align: middle;
}

.featured-img.font-awsome span{
  font-size: 60px;
  color: #282828;
  margin-top: 20px;
}

.dev-acceo-menu.for-filters ul li.for-expertise a {
    border-color: #ccc !important;
}

#bx-pager li a {border-color:#ccc!important;min-width:155px;}
#bx-pager li a.for-elevation.active {border-color:#f18512!important;}
#bx-pager li a.for-amiante.active {border-color:#b8444e!important;}
#bx-pager li a.for-asbestos.active {border-color:#b8444e!important;}
#bx-pager li a.for-amianto.active {border-color:#b8444e!important;}
#bx-pager li a.for-accessibilite.active {border-color:#fcbd19!important;}
#bx-pager li a.for-accessibility.active {border-color:#fcbd19!important;}
#bx-pager li a.for-accesibilidad.active {border-color:#fcbd19!important;}
#bx-pager li a.for-ascenseur.active {border-color:#44bcc3!important;}
#bx-pager li a.for-ascensores.active {border-color:#44bcc3!important;}
#bx-pager li a.for-lift.active {border-color:#44bcc3!important;}
#bx-pager li a.for-elevacion.active {border-color:#44bcc3!important;}
#bx-pager li a.for-energie.active {border-color:#a0c634!important;}
#bx-pager li a.for-energy.active {border-color:#a0c634!important;}
#bx-pager li a.for-energia.active {border-color:#a0c634!important;}
#bx-pager li a.for-acceo.active {border-color:#2076B9!important;}

#offerstable_wrapper .dataTables_filter{
  display: none;
}
.dev-navbar {
    padding:0 20px;
}
.loadermore .sk-circle {
  margin: auto auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.loadermore .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loadermore .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #09364E;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.loadermore .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.loadermore .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.loadermore .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.loadermore .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.loadermore .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.loadermore .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.loadermore .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.loadermore .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.loadermore .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.loadermore .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.loadermore .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.loadermore .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.loadermore .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.loadermore .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.loadermore .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.loadermore .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.loadermore .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.loadermore .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.loadermore .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.loadermore .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.loadermore .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.loadermore .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.box-body .dataTables_wrapper .row .dataTable{
  width: 100% !important;
}
.dev-h-panel{position:relative;}
.dev-h-panel:before{position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;background:rgba(255,255,255,0.8);}
.dev-hero .hero-slider .slide-item:before{position:absolute;width:100%;height:100%;top:0;left:0;content:"";display:block;background:rgba(255,255,255,0.7);}
.dev-h-panel .h-panel-content {
    z-index: 1;
}
.bloc-article .article-info .wrap{border:1px solid #ccc;max-height:150px;overflow:hidden;position:relative;}
.bloc-article .article-info .wrap p{text-align:left;text-overflow: ellipsis;
height:75px;overflow: hidden;font-style: italic;}

.bloc-article .article-info .wrap h3{font-weight: 500;
    margin: 0;
    background: #fff;
    padding: 10px 0;
    font-size: 14px;
    text-align: left;
    color: #282828;}
    .bloc-article .article-info .wrap h3 a{
    color: #282828;}
.top-nav .col-md-3 span{margin-left:46px;}
.footer-container h4 {

    width: 100%;
}
.dev-form input[type=file] {
   color: inherit!important;
    font-weight: 300;
}
.pando-bloc.energie .btn{background:#a0c634;color:#fff;border:0;}
.pando-bloc.accessibilité .btn{background:#fcbd19;color:#fff;border:0;}
.pando-bloc.ascenseur .btn{background:#44bcc3;color:#fff;border:0;}

.blocs-pandora .btn{border:0;}
.blocs-pandora .btn:hover{border:0;color:#fff;}



.dev-h-panel .h-panel-content img.logo-division{height: 150px;margin:30px 0;}

.dev-h-panel.exper{padding: 50px 25px 50px 25px;}

.dev-h-panel.exper .h-panel-content h1 {
   text-transform: uppercase;
    font-family: "Futura", "Montserrat", sans-serif;
    color: #083b51;
}
.dev-hero .hero-slider .slide-item .hero-logo img {
    height: 150px;
    display: inline-block;
}
.dev-hero .hero-slider .slide-item .hero-logo {
    margin: 0;
}
.dev-hero .hero-slider .slide-item .hero-desc {
   margin:80px 0;
    font-size: 22px;
}
.dev-actualities .dev-bloc-actualitie a{color:#282828;}
.bloc-agence .bloc-info {
    padding: 15px 25px;
    min-height: 245px;
}
.of-desc.description_offre{text-align:justify;}
.generated-element p, .generated-element div{font-family: "Montserrat", "Futura", sans-serif!important;
    line-height: 1.5!important;font-weight:300!important;}

.generated-element b {font-weight:400!important;}


#gjs-save-wrapper
{
    background: white;
    padding: 15px;
}

.dev-section.chiffres .carre-chiffre span {
    color:#fff;
   
}
.dev-section.chiffres .carre-chiffre a {
    color:#fff;
   
}

.dev-section.chiffres .carre-chiffre.cadres {
    background: #337bb8 url(../front/assets/images/cadres.png) no-repeat center 30px;
   
}
.dev-section.chiffres .carre-chiffre.ca {
    background: #337bb8 url(../front/assets/images/ca.png) no-repeat center 30px;

}
.dev-section.chiffres .carre-chiffre.existence {
    background: #337bb8 url(../front/assets/images/existance.png) no-repeat center 30px;

}
.dev-section.chiffres .carre-chiffre.missions {
    background: #337bb8 url(../front/assets/images/missions.png) no-repeat center 30px;
}
.dev-section.chiffres .carre-chiffre.clients {
    background: #337bb8 url(../front/assets/images/clients.png) no-repeat center 30px;
}
.dev-section.chiffres .carre-chiffre {
    background-size: auto 150px!important;
}
.dev-section.chiffres .carre-chiffre.small-carre {
    background-size: auto 80px!important;
}
.dev-section.chiffres .carre-chiffre.small-carre.agences {
    background-size: cover!important;
}
.dev-section.chiffres .carre-chiffre.agences span{
    color:#337bb8!important;
}
.dev-section.chiffres .carre-chiffre.agences {
    background-size: cover!important;
}
.dev-section.chiffres .carre-chiffre.small-carre {
    height: 220px;
    background-size: 100px auto!important;
}
.dev-section.chiffres .carre-chiffre.small-carre.collaborateurs {
    background-size: 130px auto!important;
}
.dev-section.users-comments .comment .img {
    height: 90px;
    width: 90px;
}
.generated-element *{outline:0!important;}

.bloc-service {
    margin-bottom:20px;
}
.bloc-service .ser-wrap {
    padding: 0 20px;
    display: table;
    width: 100%;
}

.bloc-service .ser-wrap .ser-title {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
}

.gptw {
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -150px;
}

.g-article-sliders:before
{
    content: '';
    display: table;
    padding: 15px 0;
}
.dev-hero .hero-slider .slide-item {
    padding: 90px 25px 100px 25px;
    min-height: 650px;
}
.dev-hero .hero-slider .slide-item .hero-desc {
    min-height: 75px;
}
.dev-section .section-subtitle {
    font-size: 18px;
}
/*
.home .dev-user-rec .u-img {
    position: relative;
    width: 170px;
    height: 170px;
    overflow: hidden;
    background: #c1c1c1;
    
    -webkit-mask-image: url(../front/assets/images/diamand.svg);
  mask-image: url(../front/assets/images/diamand.svg);
}

.home .dev-user-rec .u-info p.name {
    text-transform:uppercase;
}
*/
.dev-user-rec .u-info p.poste {
    font-size:12px;
}

.bx-wrapper .bx-prev {
    left: -50px;
    background: url(../front/assets/images/controls.png) 0 -32px no-repeat;
}
.bx-wrapper .bx-next {
    right: -50px;
    background: url(../front/assets/images/controls.png) -43px -32px no-repeat;
}
.dev-section .section-title {
    color: #282828;
}
.pando-bloc p {
    text-align: justify;
    min-height: 220px;
    text-overflow: ellipsis;
    overflow:hidden;
}

.bloc-video-to{padding:100px 0;position:relative;background-size:cover;background-position:center center;}
.bloc-video-to .play{margin: 50px;
    display: block;}
.bloc-video-to:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";display:block;background:#09364e;opacity:.8;}
.bloc-video-to h3{font-weight:300;color:#fff;text-transform: uppercase;margin-bottom:50px;color:#fff;}
.bloc-video-to .logo-video{margin-bottom:30px;filter: brightness(0) invert(1);max-height:180px; }
.bloc-video-to .logo-min{height:150px;margin-bottom:30px;}
.jobs-listing tr{cursor:pointer;}

.offer-modal .modal-content .modal-body ul {
    margin:15px 10px;
}
.offer-modal .modal-content .modal-body ul li{
    margin-bottom:5px;
    margin-left: 10px;
    position:relative;
}
.offer-modal .modal-content .modal-body ul li:before {
  content: '\2022';
    display: block;
    position: absolute;
    max-width: 0;
    max-height: 0;
    left: -15px;
    top: -2px;
    color: #a0c634;
    font-size: 30px;
}
.dev-bloc-actualitie .b-info {
    background-position: center center;
}
.wysiwyg-text-align-left{text-align:left!important;}
.wysiwyg-text-align-center{text-align:justify!important;}

.dev-section.users-comments{padding-bottom:100px;}

.footer-container ul.footer-menu a {
    padding-left: 0;
    font-size:10px;
}
.footer-container ul li{
   line-height:16px;
   margin-bottom:0;
}

.dev-h-panel {
    min-height:0;
    padding:150px 0;
}
.dev-h-panel .h-panel-content img {
    height: 120px;
    width: auto;
}
.nicescroll-cursors{width:12px!important;border-radius:6px!important;background:#083b51!important;}
.dev-bloc-actualitie .b-desc {
    margin:20px 0;
}
.daactualite {
    margin:20px 0;
    display:inline-block;
    color:#337bb8;
}

.bloc-news .b-desc {
    margin:20px 0;
}
.bloc-news .darelease {
    margin-bottom:20px;
    display:inline-block;
    color:#337bb8;
}
.dev-h-panel .h-panel-content h1 {
    text-transform: none!important;

}
.btn-amiante{position:fixed;z-index:1000;bottom:30px;right:30px;width:100px;height:100px;padding:0;text-align:center;border-radius:50%!important;padding-top:25px;}
.stop_chantier_tel{    font-size: 30px;
    font-weight: 500;    color: #b8444e;}
    .stop_chantier_tel i{    margin-right:5px;}
.next-prev .btn .i{margin:0 10px;}
.next-prev .btn {color:#337bb8;}
.next-prev .btn:hover {opacity:0.6;}
.g-section .action .btn{width:48%;margin:0 1%;font-size: 15px;}
.g-section .s-desc{text-align:justify;}
.dev-tag.active, .sp-content .dev-drop.active{background:#587abb;color:#fff;}
.dev-categs{font-size:14px;}

p a, a.link{color:#337bb8;}
p a:hover, a.link:hover{color:#083b51;}

body {

    font-weight: 300;
    font-size: 16px;
    overflow:auto;
}


div.list{margin-left:10px;}
div.list p{padding-left:20px;position:relative;}
div.list p:before{position:absolute;left:0;top:6px;font-size: 0.5em;content:'●';display:block;}

.dev-acceo-logos, .footer-menu, .top-nav .social, .dev-slider, .team-slider{margin:0;}
.dev-acceo-logos li, .footer-menu li, .top-nav .social li, .dev-slider li, .team-slider li{padding:0;}
.dev-acceo-logos li:before, .footer-menu li:before, .top-nav .social li:before, .dev-slider li:before, .team-slider li:before{display:none;}

.dev-section .section-subtitle.xprtise {
    margin: 30px 0;
    font-size:22px;
    font-weight:500;
}
.perso-notif{background:#2ecc71!important;color:#fff!important;font-weight:400;border:0!important;}
.text-justify{text-align:justify;}
.affix{position:fixed;top:0;width:100%;z-index: 20;}

.dev-section.chiffres .carre-chiffre.satisfaits .pourcentage {

    background-size: auto 80%!important;
}
.dev-section.chiffres .carre-chiffre.small-carre {
    height: 220px;
    background-size: 80px auto!important;
}
.footer-container .bottom-footer {
    padding: 10px 30px;
}
.bloc-article .article-info .wrap .actions {
    bottom: 10px;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
}
.dev-section.logoz{padding:0 0 50px 0;}
.gjs-am-assets-cont #gjs-am-preview-cont {
    height: 70px; 
}
.bootstrap-wysihtml5-insert-link-modal .checkbox{margin-left:30px!important;}

.dev-bloc-actualitie{cursor:pointer;}
.img-actualite{display:inline-block;margin-bottom:30px;}
.offer-modal .date{text-align:right;color:#083b51;}
.actualiteModal .description_offre{font-size:14px;}

.dev-bloc-actualitie .b-info {transition: all .5s;}
.dev-bloc-actualitie:hover .b-info:before{background-color: rgba(255, 255, 255, 0.7);transition: all .5s;}
.dev-bloc-actualitie .b-info h2, .dev-bloc-actualitie .b-info h3, .dev-bloc-actualitie .b-info p{transition: all .5s;}
.dev-bloc-actualitie:hover .b-info h2, .dev-bloc-actualitie:hover .b-info h3, .dev-bloc-actualitie:hover .b-info p{color:#05354E;transition: all .5s;}

.dev-bloc-actualitie .b-info .b-title {
    font-weight: 400;
}
.dev-bloc-actualitie .b-info .s-title {
    font-weight: 300;
    margin-top:10px;
    color:#fff;
    position: relative;
    font-size:18px;
}


.btn-db-h {
    background: #083b51;
    color: white!important;
}

.dev-user-rec .u-img {
    height: 238px;
}
video::-internal-media-controls-download-button {
    display:none!important;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden!important;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.bloc-article .featured-img .player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 59, 81, 0.5);
}

.slide-logos li {
    vertical-align: middle;
    display: inline-block; 
     float: none !important;
    text-align:center;
}
.slide-logos li a
{
  display: inline-block;
  text-align:center;
  width:100%;
}
.slide-logos li img {

    max-width: 80%;
    display: inline-block;
    max-height: 80px;
    vertical-align: middle;
}
.news-listing a{color:#333;}

.dev-section.users-comments .comment .img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; 
}
.bootstrap-select{}
.bootstrap-select>.dropdown-toggle {
    height:46px;
    line-height: 1.3333333;
    border:1px solid #a4b3ba!important;
    color: #a4b3ba;
    font-size:13px;
}
.bootstrap-select > .dropdown-menu li a:hover, .bootstrap-select > .dropdown-menu li a:focus {
    background:#337bb8;
    color: white;
}

#modal-recherche
{
    padding: 0 !important;
}

#modal-recherche .modal-dialog
{
    width: 100%;
    height: 100%;
    margin: 0;
}

#modal-recherche .modal-content
{
    width: 100%;
    height: 100%;
    border-radius: 0;
    background:rgba(255,255,255,0.6);
    overflow-y:auto;
}
#modal-recherche a
{
    color:#333;
}
#search_em a
{
    color:#337bb8;
}
#modal-recherche .modal-header
{
    border: none;
}

#modal-recherche .modal-header .modal-close,
#modal-recherche .modal-header .modal-close:hover,
#modal-recherche .modal-header .modal-close:focus
{
    background: none;
    border: none;
    outline: none;
    font-size: 25px;
    color: #083b51;
}

#modal-recherche .modal-body
{
    background: transparent;
}

.show-in-small 
{
    display: none;
}

@media (max-width: 992px){
    .bx-wrapper .bx-controls-direction a
    {
        display: none;
    }
  
}
.energie-description img {
    /* float: right; */
    width: 200px;
    /* height: 73px; */
    margin: 5px auto 0 auto;
    display: block;
}
@media (max-width: 768px){
.dev-h-panel .h-panel-content img.logo-division{height: 70px;width:auto;margin:20px 0;}
.dev-hero .hero-slider .slide-item .hero-logo img {
    height: 80px;
    display: inline-block;
}

.dev-hero .hero-slider .slide-item .hero-desc {
    margin: 30px 0;
    font-size: 22px;
}
.dev-hero .dev-acceo-menu {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}
.gptw{display:none;}
.generated-element div, .generated-element img, .generated-element p{float:none!important;}
.generated-element img{margin:20px auto!important;height:auto!important;display:block;}
.generated-element.dev-section{padding:50px 20px;}

.s-img
{
    width: 100% !important;
}

.offer-modal .modal-content .modal-body .of-socials .btn {
  padding: 0;
  font-size: 0;
  margin: 0;
}

.offer-modal .modal-content .modal-body .of-socials .btn>i {
  font-size: 16px;
  border-right: none;
  margin-right: 0;
}

.show-in-small
{
    display: block;
}

.table-responsive
{
    border: none;
}

#offerstable tbody tr td:not(:first-child)
{
    display: none;
}

#offerstable tbody tr td:first-child
{
    text-align: center;
}
.of-socials .btn {
    padding: 0!important;
    font-size: 0!important;
    margin: 0!important;
}
.of-socials .btn > i {
    font-size: 16px!important;
    border-right: none!important;
    margin-right: 0!important;
}
.dev-progress .dev-progress-bar {
    background:#b4b4b4;
}
}
.close {
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 10;
}

.bottom-bar h4 {

    height: auto;
    line-height: inherit;

}

@media (min-width: 992px){
    .modal-lg.modal-xlg {
        width: 1073px;
    }
}
.backlink{color:#337bb8;}
.dev-form.ac-form .form-control {
    color: #1b1b1b;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #1b1b1b;
}
.dev-form.ac-form .form-control::-webkit-input-placeholder {
    color: #84949a; }
  .dev-form.ac-form .form-control:-moz-placeholder {
    color: #84949a;
    opacity: 1; }
  .dev-form.ac-form .form-control::-moz-placeholder {
    color: #84949a;
    opacity: 1; }
  .dev-form.ac-form .form-control:-ms-input-placeholder {
    color: #84949a; }
    .offer-details{text-align:justify;}
.p-offre{margin:20px 0;}
.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle{border-color: #b8444e!important;}
.footer-container .social, .footer-container .social li{display: inline-block;
    padding: 5px;}

.footer-container .social li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
}

.footer-container .social li a:hover {
    display: block;
    background:#fff;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color:#09364e;
    padding: 5px;
}
.top-nav-member .of-socials .btn{padding:0 10px}
.top-nav-member .of-socials a > i {
    margin-right: 5px;
}

.missions .generated-element.col-md-4{
    max-height: 300px;
    min-height: 300px;
}

.logo-video-presentation{
    max-width: 630px;
}

.btn-file{
    margin: -5px 5px;
}

.ac-title-faq{
    padding: 15px;
}

.ac-title-faq a{
    color: #337bb8;
}
.single-actu ul{list-style:inherit;margin:inherit;padding:inherit;padding-left: 30px;}

.offer-details ul,.offer-top-content ul,.of-desc ul,.text-justify ul{
    list-style: inherit;    
    padding: initial;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.modal{
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.page404{
    text-align:center;
    vertical-align:middle;
    min-height:400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page404 h1{
    font-size: 70px;
    color:#083B51;
}
.page404 h2{
    color:#083B51;
    padding: 10px;
}
